object ChannelControl: TChannelControl Left = 416 Top = 300 BorderIcons = [] BorderStyle = bsDialog Caption = 'ChannelControl' ClientHeight = 301 ClientWidth = 564 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter ShowHint = True OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TopicGroup: TGroupBox Left = 8 Top = 0 Width = 553 Height = 65 Caption = 'Topic' TabOrder = 0 object TopicStamp: TLabel Left = 8 Top = 44 Width = 55 Height = 13 Caption = 'TopicStamp' Transparent = True end object TopicLength: TLabel Left = 520 Top = 20 Width = 12 Height = 13 Caption = '85' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = 41120 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object TopicCombo: TInputCombo Left = 8 Top = 16 Width = 505 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = TopicComboChange end end object ModeGroup: TGroupBox Left = 8 Top = 72 Width = 169 Height = 193 Caption = 'Mode' TabOrder = 1 object ModeI: TCheckBox Left = 8 Top = 16 Width = 153 Height = 17 Caption = '+i - invite only' TabOrder = 0 end object ModeK: TCheckBox Left = 8 Top = 32 Width = 97 Height = 17 Caption = '+k - key:' TabOrder = 1 end object ModeL: TCheckBox Left = 8 Top = 48 Width = 97 Height = 17 Caption = '+l - limit:' TabOrder = 3 end object ModeM: TCheckBox Left = 8 Top = 64 Width = 153 Height = 17 Caption = '+m - moderated' TabOrder = 5 end object ModeN: TCheckBox Left = 8 Top = 80 Width = 153 Height = 17 Caption = '+n - no outside messages' TabOrder = 6 end object ModeT: TCheckBox Left = 8 Top = 96 Width = 153 Height = 17 Caption = '+t - only ops can set topic' TabOrder = 7 end object ModeP: TCheckBox Left = 8 Top = 112 Width = 153 Height = 17 Caption = '+p - private (obsolete)' TabOrder = 8 OnClick = ModePClick end object ModeS: TCheckBox Left = 8 Top = 128 Width = 153 Height = 17 Caption = '+s - secret channel' TabOrder = 9 OnClick = ModeSClick end object ChanKey: TEdit Left = 88 Top = 32 Width = 73 Height = 17 AutoSize = False TabOrder = 2 end object ChanLimit: TEdit Left = 88 Top = 48 Width = 73 Height = 17 AutoSize = False TabOrder = 4 end end object BanGroup: TGroupBox Left = 184 Top = 72 Width = 377 Height = 193 Caption = 'Bans' TabOrder = 2 object Bans: TListView Left = 8 Top = 16 Width = 361 Height = 137 Columns = < item AutoSize = True Caption = 'Mask' end item AutoSize = True Caption = 'Set by' end item AutoSize = True Caption = 'Time' end> ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnColumnClick = BansColumnClick OnCompare = BansCompare OnSelectItem = BansSelectItem end object BanBtn: TButton Left = 8 Top = 160 Width = 75 Height = 25 Caption = 'Ban...' TabOrder = 1 OnClick = BanBtnClick end object UnbanBtn: TButton Left = 88 Top = 160 Width = 75 Height = 25 Caption = 'Unban' TabOrder = 2 OnClick = UnbanBtnClick end object ClearBansBtn: TButton Left = 184 Top = 160 Width = 75 Height = 25 Caption = 'Clear Bans' TabOrder = 3 OnClick = ClearBansBtnClick end end object OKBtn: TButton Left = 408 Top = 272 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 OnClick = OKBtnClick end object CancelBtn: TButton Left = 486 Top = 272 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end